-
Notifications
You must be signed in to change notification settings - Fork 210
fix: Automatically install nightly toolchain when missing #2886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This will install the nightly toolchain automatically when we detect it missing. Fixes: 2051
I'd love to get this PR reviewed @GuillaumeGomez @syphar. |
Still gonna wait for @syphar to take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the fix! I remember this annoys me every time I have to set up a fresh environment.
I can do some manual testing later this week,
but until then it would be cool if you could add tests for add-essential-files with or without toolchain?
Thank you, @syphar. I added tests that try the new behavior. |
thanks! |
@byfnoel the tests fail on master, can you check why? |
This change ensures that the required Rust toolchain is installed automatically if it is missing.
Fixes: #2051